home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / CORE.ZIP / DeskLib / !DLUser / !Help < prev    next >
Text File  |  1995-09-03  |  1KB  |  29 lines

  1. !DLUser - user DeskLib libraries.
  2. ---------------------------------
  3.  
  4. This directory is for any DeskLib libraries that you write that aren't
  5. (yet) part of the main DeskLib distribution. The !Boot file sets the
  6. path 'DeskLib_User:' to point to the !DLUser directory.
  7.  
  8. DeskLib$Path is set in the main !DeskLib directory to be
  9. 'DeskLib_User:,DeskLib_Core:', so your header files are searched first
  10. when '#include "DeskLib:xxx.h" is encountered in a .c file by the
  11. compiler.
  12.  
  13. The intention behind this is that it makes it easier to have your own
  14. DeskLib libraries, as you don't have to copy your headers into
  15. '!DeskLib.h'. Installing a new DeskLib release is also easier, as there
  16. shouldn't be any need to change the main !DeskLib application.
  17.  
  18. There is now a set of script files in '!DLUser.Scripts'. 'MakeAll' runs
  19. the makefile in each sublibrary directory, and then makes a library
  20. '!DLUser.o.DLUser' containing all of this code.
  21.  
  22. In '!DLUser.o.' is a library file for each sublibrary within '!DLUser',
  23. plus a file '!DLUser.o.DLUser' which contains all these libraries in one
  24. file. This is to allow you to link either with individual libraries or
  25. all at once.
  26.  
  27. There are also two example libraries 'Hash' and 'Import' in this release
  28. of DeskLib.
  29.